home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Shareware
/
Programare
/
sharp
/
wwwSharp_setup.exe
/
{app}
/
Examples
/
TreeView
/
TreeView.wsits
(
.txt
)
< prev
Wrap
Windows Compiled HTML Help File
|
2003-12-23
|
9KB
|
34 lines
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>www-Sharp.ClrHost Control example</TITLE>
<META name="GENERATOR" content="MSHTML 6.00.2800.1264">
<META http-equiv="MSThemeCompatible" content="Yes">
<SCRIPT language="JScript">
function OnBtnFillClick()
{
TreeView.OutputControl = pOutput;
TreeView.FillTreeView();
}
</SCRIPT>
</HEAD>
<BODY>
<!-- ClrControl object. AssemblyName and TypeName parameters are required.
AssemblyName - preferrably should be full assembly name (with version, key, culture),
TypeName - full type name (with namespace).
Other parameters will be set to correspond object public properties by
.Net framework.
-->
<OBJECT id="TreeView" height="500" width="500" border="1"
classid="clsid:1D0542B3-2139-4138-B9E0-0AB5D1AF8D49">
<PARAM name="AssemblyName" value="TreeView">
<PARAM name="TypeName" value="wwwSharp.ClrHost.Examples.TreeView">
<PARAM name="BackColor" value="ivory">
<PARAM name="HotTracking" value="true">
</OBJECT>
<BR>
<BUTTON id="btnFill" onclick="OnBtnFillClick()">Fill</BUTTON>
<P id="pOutput"></P>
</BODY>
</HTML>